home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / DDPLUS71.ZIP / SETUP.ZIP / SETUP.TXT < prev    next >
Encoding:
Text File  |  1995-03-09  |  3.1 KB  |  60 lines

  1.       TURBO VISION SKELETON FOR A DOOR CONFIGURATION/SETUP PROGRAM
  2.                       Contributed by: Bob Dalton
  3.                            Copyright 1995
  4.  
  5.                              INTRODUCTION:
  6.                              ------------
  7.  One of the least understood and most underutilized portions of Borland
  8.  Turbo Pascal 6.0 or 7.0 is TurboVision.  In a relatively small amount of
  9.  code you can generate a really professional looking Graphic User Interface
  10.  (GUI) which is has been built in mouse support. This would be an excellent
  11.  choice for use as a door program setup, configuration or editor program.
  12.  Unfortunately the Borland documentation does not do a very good job of
  13.  explaining how to make a turbo vision program or give you much help in
  14.  getting it done.  Using my skeleton should help explain a number of
  15.  things and get you going well on the road to using TurboVision.  If you
  16.  want further help I would highly recommend that you obtain a Book called
  17.  "Programming with Turbo Vision" by Blake Watson (M&T Books, 
  18.  ISBN 1-55851-399-X, w/Disk $39.95) which is an excellent guide to the
  19.  wonders of TurboVision. The coded included in this archive can be used
  20.  in any manner you want and without cost.  The code is FREEWARE but remains
  21.  copyrighted to me. My GodFather of Crime Door Game Setup and Configuration
  22.  program was made with it and serves as an example of what can be done with
  23.  Turbo Vision.
  24.  
  25.                              REQUIREMENTS:
  26.                              ------------
  27.  At this point in time the only requirements are that you must be using
  28.  Borland Turbo Pascal version 6.0 or 7.0.  I compiled the program with
  29.  Borland Pascal 7.0 Professional and know it works. I expect it will
  30.  with TP 6.0 as well but can't guarantee it.
  31.  
  32.                             Files Included
  33.                             --------------
  34.  Below is a listing of all files for the SETUP.ZIP Package:
  35.  
  36.  KEY.DAT      - A sample key file for use with the example program.
  37.  SETUP.EXE    - A compiled version of the setup.pas program for test.
  38.  COMMAND1.PAS - Unit used by Setup.Pas - Command and help constants
  39.  SDIALOGS.PAS - Unit used by Setup.Pas - Sub-Menu dialogs
  40.  SETUP.PAS    - Example Turbo Vision program for a game setup program
  41.  WORLDVARS.PAS- Global variables unit for use with Setup.pas
  42.  SETUP.TXT    - This text file you are reading
  43.  
  44.                   Installation and Preparation for Use
  45.                   ------------------------------------
  46.  
  47.  1. Move the archive package to a temporary directory and "unzip".
  48.  
  49.  2. Before compiling the Setup.pas be sure that your compiler knows
  50.  where to find the listed units which are all from Borland and come
  51.  with the Borland compiler.
  52.  
  53.  3.  Try the setup.exe program first to see the end product BEFORE looking
  54.  at the code in the provided units. It will give you a better feel for
  55.  what is going on.  Try changing the 3rd line of the key.dat file to see
  56.  how this affects the setup.exe program and give you an idea how this
  57.  might be applied in YOUR programs.
  58.  
  59.  4.  That's it!  Enjoy and good luck.
  60.